color functions - continued

XgrGetDrawingColor  ( grid, @color )

XgrGetDrawingColor() returns the current drawing color of grid as 8-bit (red,green,blue,colorNumber) .

XgrGetDrawingRGB  ( grid, @red, @green, @blue )

XgrGetDrawingRGB() returns the current drawing color of grid as 16-bit (red,green,blue) intensities.

XgrGetGridColors  ( grid, @back, @draw, @lo, @hi, @dull, @acc, @lowtext, @hightext )

XgrGetGridColors() returns the current colors of grid in (back,draw,lo,hi,dull,acc,lowtext,hightext), each a 32-bit value with 8-bits per red,green,blue,colorNumber .

XgrSetBackgroundColor  ( grid, color )

XgrSetBackgroundColor() sets the current background color of grid to 8-bit (red,blue,green,colorNumber) values in color .

XgrSetBackgroundRGB  ( grid, @red, @green, @blue )

XgrSetBackgroundRGB() sets the current background color of grid to 16-bit (red,green,blue) intensities.

XgrSetDefaultColors  ( back, draw, low, high, dull, acc, lowtext, hightext )

XgrSetDefaultColors() sets the colors assigned to grids when they are created by XgrCreateGrid() .

XgrSetDrawingColor  ( grid, color )

XgrSetDrawingColor() sets the current drawing color of grid to 8-bit (red,green,blue,colorNumber) values. 

XgrSetDrawingRGB  ( grid, @red, @green, @blue )

XgrSetDrawingRGB() sets the current drawing color of grid to 16-bit (red,green,blue) intensities.

XgrSetGridColors  ( grid, back, draw, lo, hi, dull, acc, lowtext, hightext )

XgrSetGridColors() sets the current colors of grid to (back,draw,lo,hi,dull,acc,lowtext,hightext), each an 8-bit per (red,green,blue,colorNumber) value.